Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.text.formatter.IFormattingContext

Packages that use IFormattingContext
org.eclipse.jface.text.formatter Provides a text formatter add-on for an ITextViewer
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
 

Uses of IFormattingContext in org.eclipse.jface.text.formatter
 

Classes in org.eclipse.jface.text.formatter that implement IFormattingContext
 class FormattingContext
          Default implementation of IFormattingContext.
 

Methods in org.eclipse.jface.text.formatter with parameters of type IFormattingContext
 void IFormattingStrategyExtension.formatterStarts(IFormattingContext context)
          Informs the strategy about the start of a formatting process in which it will participate.
 void IContentFormatterExtension2.format(IDocument document, IFormattingContext context)
          Formats the given region of the specified document.
 void ContextBasedFormattingStrategy.formatterStarts(IFormattingContext context)
           
 void ContentFormatter2.format(IDocument document, IFormattingContext context)
           
 

Uses of IFormattingContext in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source that return IFormattingContext
protected  IFormattingContext SourceViewer.createFormattingContext()
          Creates a new formatting context for a format operation.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.